home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / alsa / pulse-alsa.conf < prev    next >
Text File  |  2009-10-26  |  435b  |  28 lines

  1. # This file is referred to by /usr/share/alsa/pulse.conf to set pulseaudio as
  2. # the default output plugin for applications using alsa when PulseAudio is
  3. # running.
  4.  
  5. pcm.!default {
  6.     type pulse
  7. }
  8.  
  9. ctl.!default {
  10.     type pulse
  11. }
  12.  
  13. pcm.pulse {
  14.         type pulse
  15.     hint {
  16.         show {
  17.             @func refer
  18.             name defaults.namehint.basic
  19.         }
  20.         description "Playback/recording through the PulseAudio sound server"
  21.     }
  22. }
  23.  
  24. ctl.pulse {
  25.         type pulse
  26. }
  27.  
  28.